@font-face {
  font-family: dincond;
  src: url(fonts/DINCOND_REGULAR.ttf) format('trueType');
}
@font-face {
  font-family: pingFang;
  src: url(fonts/PINGFANG_MEDIUM_0.TTF) format('trueType');
}
html,
body {
  font-family: pingFang;
}
.width_ {
  width: 88.5%;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  padding: 0 40px;
}
header .logo {
  height: 100px;
  line-height: 100px;
  font-size: 0;
}
header .logo img {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
header .menus {
  height: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.menu {
  width: 40px;
  height: 40px;
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 101;
}
.menu .bar {
  width: 20px;
  height: 2px;
  background-color: #16214e;
  margin: 5px 0;
}
.menu.ed {
  background-color: #16214e;
}
.menu.ed .bar {
  background-color: #fff;
}
.menu.ed .bar:nth-child(1) {
  transform: translateY(7px) rotate(-45deg);
}
.menu.ed .bar:nth-child(2) {
  opacity: 0;
}
.menu.ed .bar:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
}
.h-bg {
  background-color: #28282c;
}
.swiper-banner {
  width: 100%;
}
.swiper-banner .swiper-slide .img {
  display: block;
  width: 100%;
}
.swiper-banner .swiper-pagination {
  bottom: 37px;
}
.swiper-banner .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border: 2px solid transparent;
  opacity: 0.5;
  position: relative;
  background-color: transparent;
}
.swiper-banner .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.swiper-banner .swiper-pagination-bullet-active {
  border-color: #fff;
  opacity: 1;
}
.swiper-banner .swiper-pagination-bullet-active:after {
  opacity: 1;
}
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
  outline: none;
}
.swiper-banner .swiper-button-next:after,
.swiper-banner .swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
  opacity: 0.3;
}
.swiper-banner .swiper-button-next:hover:after,
.swiper-banner .swiper-button-prev:hover:after {
  opacity: 1;
}
.index-title {
  width: 100%;
  padding: 68px 0 30px;
  margin-bottom: 58px;
  border-bottom: 1px solid #f3f4f6;
}
.index-title .sub {
  width: 88.8%;
}
.index-title .y {
  color: #b9b9b9;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  font-family: dincond;
}
.index-title h5 {
  color: #555;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.index-title h5:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background-color: #555555;
  position: absolute;
  left: 0;
  bottom: -31px;
}
.index-title .a {
  padding: 14px 0 0;
}
.index-title .a a {
  display: block;
  width: 85px;
  height: 36px;
  border: 2px solid #b5b5b5;
  border-radius: 20px;
  color: #b5b5b5;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.index-title .a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -4px;
}
.index-feat {
  background: url(../images/i-bg1.jpg) center / cover no-repeat;
  position: relative;
}
.index-feat .img {
  display: block;
  width: 100%;
}
.index-feat .items {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.index-feat .t {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
  z-index: 3;
}
.index-feat .tuo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
.index-feat .tuo .img2 {
  display: block;
  width: 100%;
}
.index-feat .tuo .cir {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.index-feat .tuo .cir:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8a8a8a;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.index-feat .tuo .cir:nth-of-type(1) {
  left: 10%;
  bottom: 41.2%;
}
.index-feat .tuo .cir:nth-of-type(2) {
  left: 30%;
  bottom: 83.3%;
}
.index-feat .tuo .cir:nth-of-type(3) {
  left: 50%;
  bottom: 95%;
}
.index-feat .tuo .cir:nth-of-type(4) {
  left: 70%;
  bottom: 81.6%;
}
.index-feat .tuo .cir:nth-of-type(5) {
  left: 90%;
  bottom: 36.9%;
}
.index-feat .tuo .cir.ed {
  border-color: #fff;
}
.index-feat .tuo .cir.ed:after {
  background-color: #fff;
}
.index-feat .item {
  display: block;
  width: 20%;
  height: 100%;
}
.index-feat .item .txt {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 44% 0 0;
}
.index-feat .item .txt img {
  display: block;
  height: 60px;
  margin: 0 auto 25px;
  opacity: 0.3;
}
.index-feat .item .txt h6 {
  color: #cecece;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.index-feat .item .txt .y {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-family: dincond;
  margin-bottom: 32px;
}
.index-feat .item .txt .num {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
.index-feat .item.ed .txt {
  background-color: rgba(35, 35, 38, 0.7);
}
.index-feat .item.ed .txt img {
  opacity: 1;
}
.index-feat .item.ed .txt h6 {
  color: #fff;
}
.index-indus .items {
  width: 100%;
  height: 689px;
  position: relative;
}
.index-indus .item {
  width: 23.5%;
  position: absolute;
}
.index-indus .item:nth-child(1) {
  top: 0;
  left: 0;
  height: 100%;
}
.index-indus .item:nth-child(2) {
  top: 0;
  left: 25.5%;
  height: 47.9%;
}
.index-indus .item:nth-child(3) {
  bottom: 0;
  left: 25.5%;
  height: 47.9%;
}
.index-indus .item:nth-child(4) {
  top: 0;
  left: 51%;
  height: 100%;
}
.index-indus .item:nth-child(5) {
  top: 0;
  right: 0;
  height: 47.9%;
}
.index-indus .item:nth-child(6) {
  bottom: 0;
  right: 0;
  height: 47.9%;
}
.index-indus .item .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.index-indus .item .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 39px;
  padding: 0 11%;
}
.index-indus .item .txt h6 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.index-indus .item .txt .desc {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  margin-bottom: 22px;
}
.index-indus .item .txt .a {
  width: 75px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 17px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: dincond;
}
.index-indus .item .txt .a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -2px;
}
.swiper-news {
  width: 100%;
  height: 480px;
  padding: 0 0 133px;
}
.swiper-news .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #eee;
}
.swiper-news .swiper-slide .img {
  width: 100%;
  height: 234px;
  margin-bottom: 12px;
  background-position: center;
  background-size: cover;
}
.swiper-news .swiper-slide .t {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 21px;
}
.swiper-news .swiper-slide .time {
  color: #c2c2c2;
  font-size: 16px;
  line-height: 1;
}
.swiper-news .swiper-slide .icon .s {
  display: block;
}
.swiper-news .swiper-slide .icon .h {
  display: none;
}
.swiper-news .swiper-slide:hover a {
  border-color: #16214e;
}
.swiper-news .swiper-slide:hover .time {
  color: #16214e;
}
.swiper-news .swiper-slide:hover .icon .s {
  display: none;
}
.swiper-news .swiper-slide:hover .icon .h {
  display: block;
}
.swiper-news .swiper-pagination {
  bottom: 56px;
}
.swiper-news .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border: 2px solid transparent;
  opacity: 0.5;
  position: relative;
  background-color: transparent;
}
.swiper-news .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #666;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.swiper-news .swiper-pagination-bullet-active {
  border-color: #666;
  opacity: 1;
}
.swiper-news .swiper-pagination-bullet-active:after {
  opacity: 1;
}
.index-about {
  position: relative;
  height: 537px;
}
.index-about .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.index-about .txt {
  width: 852px;
  height: 344px;
  background-color: #faf9f8;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 5%;
}
.index-about .txt .tit {
  padding: 44px 0 22px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.index-about .txt .tit:after {
  content: "";
  display: block;
  width: 43px;
  height: 3px;
  background-color: #666;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-about .txt .tit h6 {
  color: #666;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
}
.index-about .txt .tit .y {
  color: #e7e7e7;
  font-size: 30px;
  line-height: 30px;
  font-family: dincond;
  text-transform: uppercase;
  margin-left: 7px;
}
.index-about .txt .desc {
  padding: 20px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 22px;
  height: 128px;
  overflow: hidden;
}
.index-about .txt a {
  display: block;
  width: 85px;
  height: 36px;
  border: 2px solid #16214e;
  border-radius: 20px;
  line-height: 36px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-family: dincond;
}
.index-about .txt a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -3px;
}
.index-link {
  margin-bottom: 72px;
}
.index-link .items {
  width: 100%;
}
.index-link .item {
  width: 33.333%;
  height: 160px;
  background-color: #f5f5f5;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 50px;
  position: relative;
}
.index-link .item .sub {
  width: 100%;
}
.index-link .item h6 {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 11px;
}
.index-link .item .line {
  width: 34px;
  height: 2px;
  background-color: #666;
  margin-bottom: 11px;
}
.index-link .item .y {
  color: #cecece;
  font-size: 18px;
  line-height: 1;
  font-family: dincond;
  text-transform: uppercase;
}
.index-link .item .icon {
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.index-link .item:hover {
  background-color: #fff;
}
footer {
  background-color: #272727;
  padding: 50px 0 0;
}
footer .logo {
  margin-bottom: 30px;
}
footer .logo img {
  height: 50px;
}
footer .lx {
  padding-left: 17px;
  border-left: 3px solid #fff;
  margin-bottom: 18px;
}
footer .lx p {
  color: #959595;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
footer .lx .ph {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  font-family: dincond;
  white-space: nowrap;
}
footer .lx span {
  color: #959595;
  font-size: 13px;
  font-family: dincond;
  text-transform: uppercase;
  white-space: nowrap;
}
footer .dz p {
  color: #959595;
  font-size: 14px;
  line-height: 25px;
  white-space: nowrap;
}
footer .erwema .img {
  margin-left: 18px;
  text-align: center;
}
footer .erwema .img img {
  display: block;
  width: 125px;
  border: 5px solid #fff;
}
footer .erwema .img span {
  color: #fff;
  font-size: 13px;
  line-height: 32px;
}
.f-nav {
  margin-left: 7.2vw;
}
.f-nav dl {
  margin-right: 3.1vw;
}
.f-nav dl a {
  white-space: nowrap;
}
.f-nav dt {
  margin-bottom: 26px;
}
.f-nav dt a {
  color: #fff;
  font-size: 16px;
}
.f-nav dd {
  margin-bottom: 18px;
}
.f-nav dd a {
  color: #959595;
  font-size: 15px;
}
.f-nav dd a:hover {
  color: #fff;
}
.foot-btm {
  background-color: #2e2e2e;
  padding: 30px 0;
}
.foot-btm p {
  color: #959595;
  font-size: 13px;
  line-height: 20px;
}
.foot-btm a {
  color: #959595;
  margin-left: 20px;
}
.nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -350px;
  z-index: 100;
  width: 350px;
  background-color: #fff;
}
.nav.nav-ed {
  right: 0;
}
.nav.nav-ed .child {
  right: 85px;
}
.nav .sub {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.nav ul {
  width: 100%;
}
.nav li {
  width: 100%;
  border-top: 1px solid #f5f5f5;
  height: 76px;
}
.nav li:last-child {
  border-bottom: 1px solid #f5f5f5;
}
.nav li .a a {
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 76px;
  text-align: center;
}
.nav li .a:hover a {
  background-color: #f9f9f9;
  color: #333;
}
.nav li .a.icon {
  position: relative;
}
.nav li .a.icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(../images/icon-l1.png) center / cover no-repeat;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.nav .child {
  width: 265px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -265px;
  z-index: -1;
  box-shadow: -15px 0 30px rgba(212, 212, 212, 0.4) inset;
}
.nav .child.ed {
  right: 350px;
}
.nav .child dl {
  width: 100%;
}
.nav .child dd {
  width: 100%;
  height: 76px;
  border-bottom: 1px solid #f5f5f5;
}
.nav .child dd:first-child {
  border-top: 1px solid #f5f5f5;
}
.nav .child dd a {
  display: block;
  line-height: 76px;
  color: #666;
  font-size: 16px;
  text-align: center;
}
.nav .child dd a:hover {
  color: #333;
}
.meng {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
}
.meng.ed {
  width: 100%;
  height: 100%;
}
.width1400 {
  width: 1400px;
  margin: 0 auto;
}
.inside-banner {
  width: 100%;
  position: relative;
}
.inside-banner .img {
  display: block;
  width: 100%;
}
.inside-banner .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.inside-banner .pro {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
.inside-banner .pro .line {
  margin: 0 auto;
}
.inside-banner .y {
  color: rgba(255, 255, 255, 0.1);
  font-size: 64px;
  font-family: dincond;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.inside-banner h4 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-top: -25px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.inside-banner .line {
  width: 26px;
  height: 2px;
  background-color: #fff;
}
.inside-banner .brand {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.brand {
  line-height: 60px;
  padding-left: 31px;
  background: url(../images/icon-in.png) left center no-repeat;
  font-size: 0;
}
.brand a,
.brand span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 13px;
  background: url(../images/icon-r5.png) left center no-repeat;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.sec-nav {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.sec-nav ul {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.sec-nav li {
  height: 80px;
  position: relative;
  margin: 0 29px;
}
.sec-nav li a {
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 80px;
}
.sec-nav li.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #555;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-jj {
  margin-bottom: 12px;
  padding: 102px 0 70px;
  background-color: #fff;
}
.about-jj .txt {
  width: 39%;
  padding: 0 20px;
}
.about-jj .txt h5 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}
.about-jj .txt .line {
  width: 24px;
  height: 2px;
  background-color: #333;
  margin-bottom: 18px;
}
.about-jj .txt .desc {
  color: #555;
  font-size: 15px;
  line-height: 32px;
}
.about-jj .img {
  width: 56%;
  padding: 0 30px;
}
.about-jj .img img {
  display: block;
  width: 100%;
}
.ab-title {
  text-align: center;
}
.ab-title h5 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.ab-title .line {
  width: 24px;
  height: 2px;
  background-color: #666;
  margin: 0 auto 20px;
}
.ab-title .desc {
  color: #333;
  font-size: 15px;
  line-height: 26px;
  max-width: 575px;
  margin: 0 auto;
}
.about-ys {
  padding: 63px 0 82px;
  background-color: #fff;
  margin-bottom: 36px;
}
.about-ys .ab-title {
  margin-bottom: 32px;
}
.about-ys li {
  width: 26.9%;
  text-align: center;
  padding: 0 30px;
}
.about-ys li img {
  display: block;
  margin: 0 auto 40px;
}
.about-ys li .num {
  color: #16214e;
  font-size: 60px;
  font-family: dincond;
}
.about-ys li p {
  color: #333;
  font-size: 14px;
  line-height: 1;
}
.about-wb {
  width: 100%;
  margin-bottom: 35px;
}
.about-wb .ab-title {
  padding: 70px 0 40px;
}
.about-wb .ab-title .desc {
  max-width: 450px;
}
.about-wb .item {
  width: 49%;
  background-color: #fff;
  padding: 0 5% 33px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.about-wb .prev-next {
  width: 120px;
  margin: 28px auto 0;
}
.about-wb .swiper-button-next,
.about-wb .swiper-button-prev {
  outline: none;
  position: initial;
  width: 51px;
  height: 28px;
  border: 2px solid #e5e5e5;
  border-radius: 28px;
  margin-top: 0;
  opacity: 1;
}
.about-wb .swiper-button-next:after,
.about-wb .swiper-button-prev:after {
  font-size: 13px;
  color: #e5e5e5;
  font-weight: bold;
}
.about-wb .swiper-button-next:hover,
.about-wb .swiper-button-prev:hover {
  border-color: #16214e;
}
.about-wb .swiper-button-next:hover:after,
.about-wb .swiper-button-prev:hover:after {
  color: #16214e;
}
.about-wb .img {
  width: 100%;
}
.about-wb .img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.swiper-wb {
  width: 80%;
  /* height: 332px; */
  margin-bottom: 25px;
}
.swiper-wb .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.about-cq {
  width: 100%;
  background-color: #fff;
  padding: 0 0 36px;
}
.about-cq .ab-title {
  padding: 45px 0 23px;
}
.about-cq .ab-title .desc {
  max-width: 975px;
}
.cq-tab {
  margin-bottom: 27px;
  font-size: 0;
  text-align: center;
}
.cq-tab span {
  display: inline-block;
  vertical-align: top;
  color: #333;
  font-size: 15px;
  padding: 0 13px;
  height: 32px;
  line-height: 32px;
  border-radius: 18px;
  border: 2px solid #e5e5e5;
  margin: 0 15px;
  cursor: pointer;
}
.cq-tab span.active {
  color: #16214e;
  border-color: #16214e;
}
.swiper-cq {
  display: none;
  width: 1270px;
  padding: 0 0 56px;
}
.swiper-cq .swiper-slide {
  cursor: pointer;
}
.swiper-cq .swiper-slide .img {
  display: block;
  width: 100%;
}
.swiper-cq .swiper-slide .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22.33 0.78, 0.8);
}
.swiper-cq .swiper-slide .txt p {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
.swiper-cq .swiper-button-next,
.swiper-cq .swiper-button-prev {
  outline: none;
  margin-top: 0;
  bottom: 0;
  top: auto;
  width: 51px;
  height: 28px;
  border: 2px solid #e5e5e5;
  border-radius: 28px;
  opacity: 1;
}
.swiper-cq .swiper-button-next:after,
.swiper-cq .swiper-button-prev:after {
  font-size: 13px;
  color: #e5e5e5;
  font-weight: bold;
}
.swiper-cq .swiper-button-next:hover,
.swiper-cq .swiper-button-prev:hover {
  border-color: #16214e;
}
.swiper-cq .swiper-button-next:hover:after,
.swiper-cq .swiper-button-prev:hover:after {
  color: #16214e;
}
.swiper-cq .swiper-button-prev {
  left: 50%;
  margin-left: -60px;
}
.swiper-cq .swiper-button-next {
  right: 50%;
  margin-right: -60px;
}
.ab-txt {
  width: 100%;
  padding: 138px 0 145px;
  background: url(../images/ab-bg1.jpg) center / cover;
  text-align: center;
  color: #fff;
}
.ab-txt h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
}
.ab-txt .desc {
  max-width: 910px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 33px;
}
.history-box {
  width: 100%;
  padding: 51px 0 68px;
}
.history {
  background-color: #fff;
  padding: 55px 0 63px;
}
.history .tit {
  text-align: center;
  padding: 0 0 20px;
}
.history .tit img {
  display: block;
  margin: 0 auto 22px;
}
.history .tit h5 {
  color: #333;
  font-size: 40px;
  font-family: dincond;
}
.history .tit p {
  color: #858585;
  font-size: 16px;
  line-height: 2;
  font-family: dincond;
}
.history .items {
  width: 960px;
  margin: 0 auto;
  padding: 105px 0 35px;
  position: relative;
}
.history .items:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.history .items .cir {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.history .items .cir1 {
  top: 0;
}
.history .items .cir2 {
  bottom: 0;
}
.history .item {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.history .item:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.history .item:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #16214e;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  z-index: 1;
}
.history .item:nth-child(odd) {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.history .item:nth-child(odd) .txt {
  text-align: right;
}
.history .item:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.history .item:nth-child(even) .txt {
  text-align: left;
}
.history .item .txt {
  width: 50%;
  padding: 0 46px;
}
.history .item .txt .time {
  color: #333;
  font-size: 36px;
  line-height: 1;
  font-family: dincond;
  margin-bottom: 12px;
}
.history .item .txt .desc {
  color: #666;
  font-size: 16px;
  line-height: 28px;
}
.honor-rab {
  padding: 44px 0 54px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  justify-content: -webkit-center;
}
.honor-rab a {
  display: block;
  margin: 0 45px;
  text-align: center;
  outline: none;
}
.honor-rab a .y {
  color: rgba(0, 0, 0, 0.1);
  font-size: 24px;
  line-height: 1;
  font-family: dincond;
  text-transform: uppercase;
}
.honor-rab a h6 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: -10px;
  margin-bottom: 12px;
}
.honor-rab a .line {
  width: 125px;
  height: 2px;
  background-color: #e3e3e3;
  margin: 0 auto;
}
.honor-rab a.active .line {
  background-color: #333;
}
.honor-content {
  padding: 0 0 43px;
}
.honor-content .content {
  width: 100%;
}
.honor-content .items {
  width: 100%;
  margin-bottom: 6px;
}
.honor-content .item {
  float: left;
  width: 23.65%;
  margin-right: 1.8%;
  margin-bottom: 38px;
  background-color: #fff;
  box-shadow: 0 10px 16px rgba(215, 215, 215, 0.2);
}
.honor-content .item:nth-child(4n) {
  margin-right: 0;
}
.honor-content .item .img {
  width: 100%;
  height: 248px;
  box-shadow: 0 10px 16px rgba(215, 215, 215, 0.2);
}
.honor-content .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.honor-content .item .txt {
  width: 100%;
  padding: 20px 30px 26px;
}
.honor-content .item .txt h6 {
  color: #333;
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  text-align: center;
  overflow: hidden;
}
.honor-content .more {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: 40px;
  border: 2px solid #e5e5e5;
  border-radius: 22px;
  line-height: 40px;
  color: #888;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
}
.cul-sm {
  position: relative;
  margin: 30px auto;
}
.cul-sm .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  text-align: center;
}
.cul-sm .tit h5 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}
.cul-sm .tit .desc {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
}
.cul-sm .img {
  width: 100%;
}
.cul-sm .img img {
  display: block;
  width: 100%;
}
.cul-qy {
  width: 100%;
  margin-bottom: 31px;
}
.cul-qy .item {
  width: 33.333%;
  position: relative;
}
.cul-qy .item .img {
  display: block;
  width: 100%;
}
.cul-qy .item .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.cul-qy .item .txt h6 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1;
  white-space: nowrap;
}
.cul-qy .item .txt p {
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}
.cul-ln {
  padding: 133px 0 115px;
  text-align: center;
  background: url(../images/img12.jpg) center / cover;
  color: #fff;
  font-weight: bold;
  margin-bottom: 63px;
}
.cul-ln h6 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 13px;
}
.cul-ln .desc {
  font-size: 15px;
  line-height: 26px;
}
.sys {
  width: 1372px;
  margin: 0 auto;
  padding: 49px 0 90px;
}
.sys .t {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.sys .desc {
  color: #333;
  font-size: 15px;
  line-height: 32px;
}
.news {
  padding: 46px 0 40px;
}
.news .items {
  width: 100%;
}
.news .item {
  float: left;
  width: 31.4%;
  height: 500px;
  margin-right: 2.9%;
  margin-bottom: 40px;
  box-shadow: 0 10px 16px rgba(215, 215, 215, 0.2);
  background-color: #fff;
}
.news .item:nth-child(3n) {
  margin-right: 0;
}
.news .item .img {
  display: block;
  width: 100%;
  /*height: 280px;*/
}
.news .item .txt {
  width: 100%;
  padding: 25px 34px 20px;
}
.news .item .txt .nr {
  padding-bottom: 24px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 17px;
}
.news .item .txt .time {
  padding-right: 25px;
  border-right: 1px solid #f0f0f0;
  font-family: dincond;
  text-align: center;
}
.news .item .txt .d {
  color: #333;
  font-size: 54px;
  line-height: 1;
}
.news .item .txt .ym {
  color: #8d8d8d;
  font-size: 12px;
}
.news .item .txt .t {
  width: 72%;
}
.news .item .txt h6 {
  color: #333;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 6px;
}
.news .item .txt .desc {
  color: #888888;
  font-size: 13px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .item .txt .dt {
  color: #888888;
  font-size: 13px;
}
.news .item .txt .icon .s {
  display: block;
}
.news .item .txt .icon .h {
  display: none;
}
.news .item:hover .txt .dt {
  color: #333;
}
.news .item:hover .txt .icon .s {
  display: none;
}
.news .item:hover .txt .icon .h {
  display: block;
}
.news .more {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: 40px;
  border: 2px solid #e5e5e5;
  border-radius: 22px;
  line-height: 40px;
  color: #888;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
}
.news .more:hover {
  border-color: #16214e;
  color: #16214e;
}
.width1300 {
  width: 1300px;
  margin: 0 auto;
}
.news-detail {
  margin: -7.5vw auto 60px;
  position: relative;
  z-index: 1;
}
.news-detail .sub {
  width: 100%;
  background-color: #fff;
}
.news-detail .content {
  width: 71.8%;
  padding: 35px 40px 28px;
}
.news-detail .titer {
  padding-bottom: 12px;
  border-bottom: 2px solid #f5f5f5;
}
.news-detail .titer h5 {
  color: #606060;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
.news-detail .titer .basic span {
  color: #666;
  font-size: 13px;
  margin-right: 40px;
}
.news-detail .desc {
  color: #666;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 45px;
}
.news-detail .desc img {
  max-width: 100%;
}
.news-detail .back {
  display: block;
  width: 95px;
  height: 34px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  line-height: 34px;
  color: #a1a1a1;
  font-size: 14px;
  text-align: center;
  margin-right: 13px;
}
.news-detail #Top {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #555 url(../images/icon-top.png) center no-repeat;
  cursor: pointer;
}
.news-detail .bshare-custom {
  line-height: 36px !important;
}
.news-detail .bshare-custom a {
  display: block !important;
  padding-left: 0 !important;
  width: 36px;
  height: 36px !important;
  border-radius: 50%;
  background-color: #e5e5e5;
  margin-right: 5px;
  background-position: center !important;
  background-repeat: no-repeat;
}
.news-detail .bshare-custom .bshare-sinaminiblog {
  background-image: url(../images/icon-weibo.png);
}
.news-detail .bshare-custom .bshare-weixin {
  background-image: url(../images/icon-weixin.png);
}
.news-detail .bshare-custom .bshare-qzone {
  background-image: url(../images/icon-qone.png);
}
.remond {
  width: 28.2%;
  border-left: 2px solid #f6f6f6;
  position: relative;
  padding: 0 39px;
}
.remond:after {
  content: "";
  display: block;
  width: 2px;
  height: 84px;
  background-color: #acacad;
  position: absolute;
  left: -2px;
  top: 0;
}
.remond .tit {
  padding: 41px 0 45px;
}
.remond .tit .y {
  color: rgba(192, 192, 192, 0.2);
  font-size: 48px;
  line-height: 1;
  font-family: dincond;
  text-transform: uppercase;
}
.remond .tit h5 {
  color: #555;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-top: -20px;
}
.remond ul {
  width: 100%;
}
.remond li {
  width: 100%;
  border-bottom: 2px solid #555;
  margin-bottom: 32px;
}
.remond li .img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.remond li .time {
  color: #555;
  font-size: 24px;
  font-family: dincond;
  line-height: 1.6;
  margin-bottom: 6px;
}
.remond li h6 {
  color: #555;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 22px;
}
.recruit {
  padding: 47px 0 41px;
}
.recruit .sub {
  background-color: #fff;
  margin-bottom: 43px;
}
.recruit .more {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: 40px;
  border: 2px solid #e5e5e5;
  border-radius: 22px;
  line-height: 40px;
  color: #888;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
}
.recruit .more:hover {
  border-color: #16214e;
  color: #16214e;
}
.recruit .tit {
  width: 100%;
  padding: 20px 60px 24px;
  border-bottom: 4px solid #f7f7f7;
}
.recruit .items {
  width: 100%;
  padding: 40px 60px 107px;
}
.recruit .item {
  width: 100%;
  background-color: #f6f6f6;
  margin-bottom: 24px;
}
.recruit .item .titer {
  width: 100%;
  padding: 0 40px;
  border-bottom: 2px solid #eaeaea;
  cursor: pointer;
}
.recruit .item .titer h6 {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  line-height: 54px;
  margin-right: 96px;
}
.recruit .item .titer p {
  color: #555;
  font-size: 14px;
  line-height: 54px;
}
.recruit .item .kuang {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  align-items: -webkit-center;
}
.recruit .item .kuang .k {
  width: 18px;
  height: 18px;
  background-color: #aaa;
  position: relative;
}
.recruit .item .kuang .k span {
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.recruit .item .kuang .k .k2 {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
}
.recruit .item .desc {
  display: none;
  width: 100%;
  padding: 18px 40px 34px;
}
.recruit .item .desc p {
  color: #555;
  font-size: 14px;
  line-height: 25px;
}
.recruit .item.ed .kuang .k2 {
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
}
.contact {
  padding: 66px 0 73px;
}
.contact .txt {
  width: 37.9%;
  height: 508px;
  background-color: #fff;
  padding-top: 70px;
  padding-left: 64px;
}
.contact .txt h5 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
.contact .txt .y {
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-family: dincond;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.contact .txt .line {
  width: 22px;
  height: 2px;
  background-color: #666;
  margin-bottom: 22px;
}
.contact .txt .p {
  margin-bottom: 16px;
}
.contact .txt .p p {
  color: #555;
  font-size: 15px;
  line-height: 40px;
}
.contact .txt .p span {
  color: #888;
}
.contact .txt .wx p {
  color: #333;
  font-size: 15px;
  margin-bottom: 18px;
}
.contact .txt .wx img {
  display: block;
  border: 1px solid #efefef;
  width: 116px;
}
.my-map {
  margin: 0 auto;
  width: 62.1%;
  height: 508px;
}
.my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map .icon-cir-gray {
  background-position: -11px -5px;
}
.amap-container {
  height: 100%;
}
.pro-h2 {
  text-align: center;
  color: #333;
  font-size: 32px;
  font-weight: bold;
  padding: 82px 0 66px;
}
.pto-title {
  text-align: center;
  padding: 0 0 45px;
}
.pto-title h5 {
  color: #333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
.pto-title .y {
  color: rgba(51, 51, 51, 0.2);
  font-size: 24px;
  line-height: 1;
  font-family: dincond;
  text-transform: uppercase;
}
.pro-sys .items {
  border-top: 1px solid #efefef;
  padding: 0 0 79px;
}
.pro-sys .item {
  width: 23%;
  position: relative;
}
.pro-sys .item .g {
  width: 4px;
  height: 19px;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 4px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}
.pro-sys .item .tit {
  padding: 44px 0 25px;
  text-align: center;
  color: #333;
}
.pro-sys .item .tit h6 {
  font-size: 20px;
  font-weight: bold;
}
.pro-sys .item .tit p {
  font-size: 15px;
  line-height: 2;
}
.pro-sys .item .img {
  width: 100%;
  height: 352px;
  border-radius: 15px;
  overflow: hidden;
}
.pro-sys .item .img img {
  display: block;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.pro-two {
  padding: 0 0 83px;
  background: url(../images/pro-bg1.jpg) center / cover;
}
.pro-two .pto-title {
  padding: 92px 0 56px;
}
.pro-two .item {
  width: 48.8%;
  background-color: #fff;
  padding: 0 75px 35px;
}
.pro-two .item .tit {
  text-align: center;
  padding: 85px 0 73px;
  background-repeat: no-repeat;
  background-position: center;
}
.pro-two .item .tit h6 {
  color: #333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
.pro-two .item .tit p {
  color: #888;
  font-size: 16px;
  line-height: 1;
}
.pro-two .item .tit p span {
  font-weight: bold;
}
.pro-two .item ul {
  width: 488px;
  margin: 0 auto;
}
.pro-two .item li {
  text-align: center;
  position: relative;
}
.pro-two .item li:last-child .icon {
  display: none;
}
.pro-two .item li .icon {
  width: 14px;
  height: 14px;
  background: url(../images/icon-jia.png) center / cover;
  position: absolute;
  left: 0;
  top: 52px;
  margin-left: -7px;
}
.pro-two .item li .cir {
  border: 1px dashed #e1e1e1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 18px;
  padding: 11px;
}
.pro-two .item li p {
  color: #888;
  font-size: 16px;
  line-height: 1;
}
.pro-two .item li .yuan {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e5e5e5;
  position: relative;
}
.pro-two .item li .yuan img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 200%;
  max-height: 100%;
}
.pro-two .item .jia {
  display: block;
  height: 14px;
  margin: 21px auto 17px;
}
.pro-two .item .img {
  width: 488px;
  height: 162px;
  margin: 0 auto;
  border-radius: 81px;
  overflow: hidden;
}
.pro-two .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.pro-two .item .p {
  color: #888;
  font-size: 16px;
  line-height: 54px;
  text-align: center;
}
.pro-two .item .line {
  width: 100%;
  height: 2px;
  background-color: #eeeeee;
  margin: 11px auto 26px;
}
.pro-two .item .line span {
  display: block;
  width: 4px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 4px;
}
.pro-two .item .tits {
  text-align: center;
}
.pro-two .item .tits h6 {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}
.pro-two .item .tits .con {
  color: #888;
  font-size: 14px;
  line-height: 25px;
}
.pro-plat {
  padding: 0 0 75px;
}
.pro-plat .pto-title {
  padding: 85px 0 30px;
}
.pro-plat .item {
  width: 31.6%;
}
.pro-plat .item .num {
  color: rgba(51, 51, 51, 0.08);
  font-size: 260px;
  line-height: 1;
  text-align: center;
  font-family: dincond;
  position: relative;
}
.pro-plat .item .num img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.pro-plat .item .t {
  width: 100%;
  height: 72px;
  border: 2px solid #eee;
  border-radius: 36px;
  line-height: 68px;
  text-align: center;
  color: #333;
  font-size: 18px;
}
.pro-plat .item:hover .t {
  border-color: #333;
}
.pro-norm {
  width: 100%;
  padding: 0 0 65px;
  background-color: #f3f7f9;
}
.pro-norm .t {
  color: #333;
  font-size: 20px;
  padding: 52px 0 30px;
  text-align: center;
}
.pro-norm table th,
.pro-norm table td {
  width: 16.666%;
  border: 1px solid #f3f7f9;
  height: 69px;
  background-color: #fff;
  color: #333;
  text-align: center;
}
.pro-norm table th {
  font-size: 16px;
}
.pro-norm table td {
  font-size: 15px;
}
.pro-terminal {
  padding: 0 0 72px;
}
.pro-terminal .pto-title {
  padding: 90px 0 59px;
}
.pro-terminal .items {
  width: 50%;
}
.pro-terminal .item {
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 41px;
  background-color: #f5f5f5;
}
.pro-terminal .item:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.pro-terminal .item .txt {
  width: 60%;
  height: 104px;
  position: relative;
}
.pro-terminal .item .txt .num {
  color: rgba(51, 51, 51, 0.08);
  font-size: 116px;
  font-family: dincond;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pro-terminal .item .txt h6 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.pro-terminal .item .img {
  width: 34%;
  height: 104px;
}
.pro-terminal .item .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.pro-terminal .right {
  width: 47.9%;
}
.pro-terminal .norm {
  width: 100%;
  padding: 0 44px 50px;
  background-color: #f3f7f9;
}
.pro-terminal .norm .t {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding: 31px 0 25px;
  text-align: center;
}
.pro-terminal .norm table {
  width: 100%;
}
.pro-terminal .norm table th,
.pro-terminal .norm table td {
  border: 1px solid #f3f7f9;
  color: #333;
  background-color: #fff;
}
.pro-terminal .norm table th {
  width: 28.4%;
  font-size: 16px;
  font-weight: bold;
}
.pro-terminal .norm table td {
  font-size: 15px;
  height: 60px;
  padding: 0 25px;
}
.pro-matching {
  padding: 58px 0 48px;
}
.pro-matching .item {
  width: 100%;
  margin-bottom: 38px;
  background-color: #fff;
  padding: 33px 36px;
}
.pro-matching .item .txt {
  width: 40.5%;
  padding-left: 32px;
}
.pro-matching .item .txt h6 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  padding: 40px 0 30px;
}
.pro-matching .item .txt .desc {
  color: #333;
  font-size: 15px;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  margin-bottom: 35px;
}
.pro-matching .item .txt a {
  display: block;
  width: 124px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border: 2px solid #ededed;
  color: #333;
  font-size: 15px;
  border-radius: 23px;
}
.pro-matching .item .img {
  width: 50%;
  height: 338px;
  background-position: center;
  background-size: cover;
}
.pro-matching .item:hover .txt a {
  border-color: #535353;
}
.pro-matching-detail {
  padding: 53px 0 57px;
  background-color: #f6f6f6;
}
.pro-matching-detail .content {
  padding: 53px 73px 80px;
  background-color: #fff;
}
.pro-matching-detail .content h5 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 22px;
}
.pro-matching-detail .content .desc {
  color: #333;
  font-size: 15px;
  line-height: 27px;
}
.pro-matching-detail .content .desc img {
  max-width: 100%;
}
.appliance {
  width: 100%;
  padding: 0 0 66px;
}
.appliance .items {
  margin-top: -14vw;
  font-size: 0;
}
.appliance .item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 27px;
  position: relative;
}
.appliance .item:nth-child(3n+1) {
  float: none;
  width: 100%;
  margin-right: 0;
}
.appliance .item:nth-child(3n) {
  margin-right: 0;
}
.appliance .item .img {
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
}
.appliance .item .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  padding: 0 3.87%;
}
.appliance .item .txt h6 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.appliance .item .txt .desc {
  max-width: 300px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  margin-bottom: 22px;
}
.appliance .item .txt .a {
  width: 75px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 17px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: dincond;
}
.appliance .item .txt .a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -2px;
}
.app-title {
  text-align: center;
}
.app-title .y {
  color: rgba(51, 51, 51, 0.2);
  font-size: 36px;
  font-family: dincond;
  text-transform: uppercase;
  line-height: 1;
}
.app-title h5 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-top: -20px;
}
.appli-detail {
  margin-top: -7vw;
  position: relative;
  z-index: 2;
  padding: 0 0 72px;
}
.appli-head {
  width: 100%;
  background-color: #fff;
  padding: 62px 64px;
  box-shadow: 0 5px 30px rgba(230, 234, 236, 0.7);
  margin-bottom: 90px;
}
.appli-head .app-title {
  padding: 37px 0 22px;
  text-align: left;
}
.appli-head .app-title .line {
  width: 20px;
  height: 2px;
  background-color: #333;
  margin-top: 17px;
}
.appli-head .txt {
  width: 39%;
}
.appli-head .txt .desc {
  color: #666;
  font-size: 14px;
  line-height: 32px;
}
.appli-head .img {
  width: 53.5%;
  height: 360px;
  background-position: center;
  background-size: cover;
}
.appli-method {
  width: 100%;
}
.appli-method .app-title {
  padding: 62px 0 50px;
}
.appli-method .items {
  width: 100%;
}
.appli-method .item {
  width: 100%;
  margin-bottom: 34px;
}
.appli-method .item:nth-child(odd) {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.appli-method .item:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.appli-method .item .img {
  width: 50%;
  height: 404px;
  background-position: center;
  background-size: cover;
}
.appli-method .item .txt {
  width: 50%;
  text-align: center;
}
.appli-method .item .txt .num {
  color: #888;
  font-size: 16px;
  font-family: dincond;
  margin-bottom: 13px;
}
.appli-method .item .txt .num span {
  font-size: 30px;
}
.appli-method .item .txt h6 {
  color: #333;
  font-size: 18px;
  font-weight: bol;
  margin-bottom: 45px;
}
.appli-method .item .txt .desc {
  color: #333;
  font-size: 14px;
  line-height: 2;
}
.appli-method .item .txt .desc img {
  max-width: 100%;
  max-height: 100%;
}
.appli-case {
  width: 100%;
}
.appli-case .app-title {
  padding: 82px 0 48px;
}
.swiper-case {
  width: 100%;
  height: 527px;
}
.swiper-case .swiper-slide .img {
  width: 100%;
  height: 338px;
  background-position: center;
  background-size: cover;
  margin-bottom: 24px;
}
.swiper-case .swiper-slide h6 {
  color: #333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 26px;
}
.swiper-case .swiper-slide .d {
  width: 124px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  color: #333;
  font-size: 15px;
  border: 2px solid #ddd;
  border-radius: 23px;
}
.swiper-case .swiper-slide:hover .d {
  border-color: #535353;
}
.swiper-case .swiper-pagination {
  bottom: 0;
  font-size: 0;
}
.swiper-case .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border: 2px solid transparent;
  opacity: 0.5;
  position: relative;
  background-color: transparent;
}
.swiper-case .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #666;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.swiper-case .swiper-pagination-bullet-active {
  border-color: #666;
  opacity: 1;
}
.swiper-case .swiper-pagination-bullet-active:after {
  opacity: 1;
}
.video {
  padding: 0 0 58px;
  margin-top: -14vw;
  z-index: 2;
}
.video .items {
  width: 100%;
  font-size: 0;
}
.video .item {
  display: inline-block;
  vertical-align: top;
  width: 31.4%;
  margin-right: 2.9%;
  margin-bottom: 51px;
}
.video .item:nth-child(3n+2) {
  margin-right: 0;
}
.video .item:nth-child(1),
.video .item:nth-child(2) {
  width: 48.6%;
  margin-bottom: 61px;
}
.video .item:nth-child(1) {
  margin-right: 2.8%;
}
.video .item .img {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.video .item .img .im {
  display: block;
  width: 100%;
}
.video .item .img .play {
  display: block;
  position: absolute;
  left: 32px;
  bottom: 32px;
  opacity: 0.4;
}
.video .item .play {
  display: block;
}
.video .item h6 {
  color: #555;
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video .item .time {
  color: #b7b7b7;
  font-size: 15px;
  font-family: dincond;
  padding-bottom: 14px;
  border-bottom: 1px solid #d2d2d2;
}
.video .item:hover .img .play {
  opacity: 1;
}
.video .item:hover .time {
  color: #555;
  border-color: #000;
}
.video .item .child {
  display: none;
  width: 100%;
}
.video .item .child video {
  display: block;
  width: 100%;
}
.video .more {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: 40px;
  border: 2px solid #e5e5e5;
  border-radius: 22px;
  line-height: 40px;
  color: #888;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
}
.video .more:hover {
  border-color: #16214e;
  color: #16214e;
}
.ser-title {
  text-align: center;
}
.ser-title h5 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ser-title .y {
  color: rgba(51, 51, 51, 0.2);
  font-size: 24px;
  line-height: 1;
  font-family: dincond;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ser-title .desc {
  color: #333;
  font-size: 16px;
  line-height: 2;
}
.ser-model {
  padding: 0 0 26px;
}
.ser-model .ser-title {
  padding: 76px 0 62px;
}
.ser-model .items {
  width: 1188px;
  margin: 0 auto;
}
.ser-model .item {
  width: 31%;
  text-align: center;
}
.ser-model .item .icon {
  display: block;
  margin: 0 auto 35px;
}
.ser-model .item h6 {
  color: #333;
  font-size: 20px;
  margin-bottom: 15px;
}
.ser-model .item .line {
  width: 20px;
  height: 2px;
  background-color: #333;
  margin: 0 auto 13px;
}
.ser-model .item .desc {
  color: #333;
  font-size: 14px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.ser-model .item .border {
  width: 100%;
  height: 2px;
  background-color: #eee;
  margin: 0 auto 17px;
}
.ser-model .item .num {
  color: #e4e4e4;
  font-size: 24px;
  font-family: dincond;
}
.ser-model .item:hover .border {
  background-color: #333;
}
.ser-model .item:hover .num {
  color: #333;
}
.ser-qua {
  width: 100%;
}
.ser-qua .ser-title {
  padding: 43px 0 64px;
}
.ser-qua .items {
  width: 100%;
}
.ser-qua .item {
  width: 24.5%;
  position: relative;
  margin-bottom: 15px;
}
.ser-qua .item .img {
  display: block;
  width: 100%;
}
.ser-qua .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.ser-qua .item .txt img {
  display: block;
  height: 59px;
  margin: 0 auto 38px;
}
.ser-qua .item .txt .desc {
  width: 60%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.ser-staff {
  padding: 0 0 81px;
}
.ser-staff .ser-title {
  padding: 69px 0 60px;
}
.ser-staff .items {
  width: 1035px;
  margin: 0 auto;
}
.ser-staff .item {
  width: 40.6%;
}
.ser-staff .item img {
  display: block;
  margin: 0 auto 12px;
}
.ser-staff .item .desc {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: center;
}
.ser-staff .item .img {
  width: 262px;
  height: 118px;
  margin: 0 auto;
  border-radius: 59px;
  background-position: center;
  background-size: cover;
}
.question {
  padding: 23px 0 42px;
}
.ques-nav {
  width: 26%;
  background-color: #fff;
  padding: 25px 40px;
}
.ques-nav a {
  display: block;
  color: #888;
  font-size: 18px;
  line-height: 64px;
}
.ques-nav a.active {
  color: #333;
  font-weight: bold;
}
.ques-content {
  width: 72%;
  background-color: #fff;
  padding: 0 60px 60px;
}
.ques-content .t {
  color: #333;
  font-size: 30px;
  padding: 49px 0 19px;
}
.ques-content .items,
.ques-content .lis {
  width: 100%;
}
.ques-content .item {
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
}
.ques-content .item .titer {
  width: 100%;
  padding: 28px 0 26px;
  cursor: pointer;
}
.ques-content .item .titer h6 {
  color: #444;
  font-size: 15px;
  font-weight: bold;
}
.ques-content .item .kuang {
  width: 18px;
  height: 18px;
  background-color: #aaa;
  position: relative;
}
.ques-content .item .kuang span {
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.ques-content .item .kuang .k2 {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
}
.ques-content .item .desc {
  display: none;
  width: 100%;
  padding: 17px 0;
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
.ques-content .item.ed .kuang .k2 {
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
}
.ques-content .li {
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #f0f0f0;
}
.ques-content .li h6 {
  color: #444;
  font-size: 15px;
  margin-bottom: 6px;
}
.ques-content .li p {
  color: #888;
  font-size: 12px;
}
.ques-content .li a {
  display: block;
  width: 117px;
  height: 38px;
  text-align: center;
  color: #888;
  font-size: 12px;
  line-height: 38px;
  background-image: url(../images/icon-xz.png);
  background-position: 22px center;
  background-repeat: no-repeat;
  padding-left: 26px;
  text-transform: uppercase;
  font-family: dincond;
  background-color: #f1f1f1;
}
.ques-content .li:hover a {
  background-image: url(../images/icon-xzed.png);
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 1400px) {
  .index-indus .item .txt .desc {
    font-size: 14px;
    line-height: 2;
  }
  .f-nav {
    margin-left: 2vw;
  }
  .width1400 {
    width: 1200px;
  }
  .swiper-cq {
    width: 1200px;
  }
  .sys {
    width: 1200px;
  }
  .width1300 {
    width: 1200px;
  }
}
@media screen and (max-width: 1270px) {
  .index-feat .item .txt h6 {
    font-size: 16px;
  }
  .index-feat .t {
    font-size: 18px;
  }
  .index-feat .item .txt .y {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .index-feat .item .txt img {
    height: 40px;
  }
  .f-nav {
    display: none;
  }
  footer .dz {
    margin-bottom: 20px;
  }
  .index-indus .item .txt h6 {
    font-size: 20px;
  }
  .index-indus .item .txt .desc {
    font-size: 13px;
    line-height: 22px;
    max-height: 44px;
  }
  .index-indus .items {
    height: 480px;
  }
  .index-indus .item .txt {
    bottom: 20px;
  }
  .index-title .y {
    font-size: 16px;
  }
  .index-title h5 {
    font-size: 20px;
  }
  .index-about .txt {
    width: 90%;
    padding: 0 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .index-about .txt .tit h6 {
    font-size: 20px;
  }
  .index-about .txt .tit .y {
    font-size: 22px;
  }
  .index-link .item {
    height: 100px;
  }
  .index-link .item h6 {
    font-size: 16px;
  }
  .index-link .item .y {
    font-size: 14px;
  }
  footer .logo img {
    height: 50px;
  }
  .foot-btm {
    padding: 10px 0;
  }
  .width1400 {
    width: 960px;
  }
  .about-ys li {
    padding: 0 10px;
  }
  .about-ys li img {
    max-width: 100%;
  }
  .about-ys li .num {
    font-size: 48px;
  }
  .ab-title .desc {
    font-size: 14px;
  }
  .about-wb .img img {
    max-width: 100%;
  }
  .ab-title h5 {
    font-size: 20px;
  }
  .swiper-cq {
    width: 960px;
  }
  .sys {
    width: 960px;
  }
  .news .item .txt .time {
    padding-right: 10px;
  }
  .width1300 {
    width: 960px;
  }
  .remond {
    padding: 0 20px;
  }
  .contact .txt {
    padding-left: 20px;
  }
  .pro-two .item .tit {
    padding: 55px 0 40px;
  }
  .pro-two .item {
    padding: 0 20px 35px;
  }
  .pro-two .item ul {
    width: 100%;
  }
  .pro-two .item li .icon {
    margin-left: 0;
  }
  .pro-two .item .img {
    width: 100%;
  }
  .pro-plat .item .t {
    font-size: 16px;
  }
  .pro-terminal .norm {
    padding: 0 20px 50px;
  }
  .ser-model .items {
    width: 960px;
  }
  .ser-qua .item .txt img {
    height: 50px;
    margin-bottom: 15px;
  }
  .ser-qua .item .txt .desc {
    width: 90%;
    font-size: 14px;
    line-height: 1.5;
  }
  .ser-staff .items {
    width: 960px;
  }
}
@media screen and (max-width: 980px) {
  .nav {
    width: 100%;
    right: -100%;
  }
  .nav ul {
    height: 100%;
    overflow-y: auto;
  }
  .nav li {
    height: auto;
  }
  .nav li .a {
    text-align: center;
    line-height: 50px;
    padding: 0 1.8rem;
  }
  .nav li .a.wed.icon:after {
    transform: rotate(-90deg);
  }
  .nav .child {
    position: initial;
    width: 100%;
    box-shadow: none;
    background-color: #eee;
  }
  .nav .child dl {
    display: none;
  }
  .nav .child dd {
    height: 40px;
  }
  .nav .child dd a {
    line-height: 40px;
    font-size: 14px;
  }
  .index-feat .item .txt h6 {
    font-size: 14px;
  }
  .index-feat .t {
    font-size: 15px;
  }
  .index-indus .items {
    height: 400px;
  }
  .width1400 {
    width: 750px;
  }
  .inside-banner .y {
    font-size: 40px;
  }
  .inside-banner h4 {
    font-size: 24px;
  }
  .brand a,
  .brand span {
    font-size: 12px;
  }
  .sec-nav li {
    margin: 0 10px;
  }
  .about-jj .flex-between {
    display: block;
  }
  .about-jj .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-jj .img {
    width: 100%;
  }
  .about-ys li p {
    font-size: 12px;
  }
  .about-wb .ab-title {
    padding: 30px 0 20px;
  }
  .swiper-wb {
    width: 90%;
  }
  .swiper-cq {
    width: 750px;
  }
  .ab-txt {
    padding: 40px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .ab-txt .desc {
    font-size: 14px;
    line-height: 2;
  }
  .history .items {
    width: 100%;
  }
  .sys {
    width: 750px;
  }
  .news .item .txt {
    padding: 25px 10px;
  }
  .width1300 {
    width: 750px;
  }
  .news-detail .sub {
    display: block;
    background-color: transparent;
  }
  .news-detail .content {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .remond {
    background-color: #fff;
    width: 100%;
  }
  .remond ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .remond li {
    width: 49%;
  }
  .contact .flex {
    display: block;
  }
  .contact .txt {
    width: 100%;
  }
  .my-map {
    width: 100%;
  }
  .pro-h2 {
    padding: 50px 0 25px;
  }
  .pro-sys .item .tit h6 {
    font-size: 16px;
  }
  .pro-sys .item .tit p {
    font-size: 13px;
  }
  .pro-sys .item .img {
    height: 240px;
  }
  .pro-sys .item .img img {
    width: 100%;
    height: 100%;
  }
  .pro-two .items.flex-between {
    display: block;
  }
  .pro-two .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .pro-plat .item .t {
    font-size: 13px;
  }
  .pro-plat .item .t {
    height: 54px;
    line-height: 50px;
  }
  .pro-plat .item .num {
    font-size: 180px;
  }
  .pro-terminal .flex-between {
    display: block;
  }
  .pro-terminal .items {
    width: 100%;
  }
  .pro-terminal .right {
    width: 100%;
  }
  .pro-matching .item .txt {
    padding-left: 0;
  }
  .ser-model .items,
  .ser-staff .items {
    width: 750px;
  }
}
@media screen and (max-width: 750px) {
  header {
    padding: 0 0.2rem;
  }
  header .logo {
    height: 1.2rem;
    line-height: 1.2rem;
  }
  header .logo img {
    height: 0.7rem;
  }
  .menu {
    right: 0.2rem;
    top: 0.3rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .swiper-banner {
    height: 300px;
  }
  .swiper-banner .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }
  .swiper-banner .swiper-pagination {
    bottom: 0.2rem;
  }
  footer {
    padding: 0.5rem 0.2rem 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  footer .flex-between {
    display: block;
  }
  .width_ {
    width: 100%;
  }
  footer .logo {
    display: none;
  }
  footer .erwema {
    justify-content: center;
    -webkit-justify-content: center;
  }
  footer .erwema .img {
    margin: 0 10px;
  }
  footer .erwema .img img {
    width: 90px;
  }
  .foot-btm p {
    text-align: center;
  }
  .inside-banner {
    height: 6rem;
  }
  .inside-banner .img {
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
  }
  .index-title {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0.6rem 0.2rem 0.3rem;
    margin-bottom: 0.3rem;
    border: none;
  }
  .index-title h5:after {
    bottom: -0.3rem;
  }
  .index-feat .tuo {
    display: none;
  }
  .index-feat .img {
    display: none;
  }
  .index-feat .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 4rem;
    border-bottom: 1px solid rgba(255, 225, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .index-feat .item:nth-child(2n) {
    border-right: none;
  }
  .index-feat .item:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .index-feat .items {
    display: block;
    height: auto;
    position: initial;
    font-size: 0;
    text-align: center;
  }
  .index-feat .t {
    display: none;
  }
  .index-feat .item .txt {
    padding: 20% 0 0;
  }
  .index-title .a a {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .index-indus {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .index-indus .items {
    height: 12rem;
  }
  .index-indus .item {
    width: 49%;
  }
  .index-indus .item:nth-child(1) {
    height: 49%;
  }
  .index-indus .item:nth-child(2) {
    left: auto;
    right: 0;
    height: 24%;
  }
  .index-indus .item:nth-child(3) {
    bottom: auto;
    top: 25%;
    right: 0;
    left: auto;
    height: 24%;
  }
  .index-indus .item:nth-child(4) {
    top: auto;
    bottom: 0;
    left: 0;
    height: 49%;
  }
  .index-indus .item:nth-child(5) {
    top: auto;
    bottom: 25%;
    height: 24%;
  }
  .index-indus .item:nth-child(6) {
    height: 24%;
  }
  .index-indus .item .txt .desc {
    font-size: 0.24rem;
    line-height: 0.4rem;
    max-height: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .index-indus .item .txt .a {
    width: 64px;
    height: 24px;
    line-height: 24px;
  }
  .index-indus .item .txt h6 {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .swiper-news {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 400px;
  }
  .swiper-news .swiper-pagination {
    bottom: 20px;
  }
  .index-about .txt {
    width: 94%;
    height: 240px;
    padding: 0 5%;
  }
  .index-about .txt .tit {
    padding: 0.4rem 0 0.2rem;
  }
  .index-about .txt .desc {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.6rem;
  }
  .index-about .txt a {
    height: 30px;
    line-height: 30px;
  }
  .index-about {
    height: 300px;
  }
  .index-link .items {
    display: block;
  }
  .index-link .item {
    width: 100%;
    height: 90px;
    padding: 0 0.2rem;
    border-bottom: 1px solid #eee;
  }
  .index-link .item .icon {
    width: 26px;
    right: 0.2rem;
  }
  .index-link {
    margin-bottom: 0;
  }
  .brand {
    line-height: .5rem;
    padding: 0 0.2rem 0 0.8rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-position: 0.2rem center;
    display: block;
  }
  .sec-nav ul {
    display: block;
    font-size: 0;
    text-align: center;
  }
  .sec-nav li {
    display: inline-block;
    vertical-align: top;
    height: 60px;
  }
  .sec-nav li a {
    line-height: 60px;
  }
  .width1400 {
    width: 100%;
  }
  .about-jj {
    padding: 0.7rem 0.2rem 0.3rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .inside-banner .txt {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .about-jj .txt {
    padding: 0;
  }
  .about-jj .txt h5 {
    font-size: 20px;
  }
  .about-jj .txt .desc {
    font-size: 0.24rem;
    line-height: 2;
  }
  .about-ys {
    padding: 0.6rem 0.2rem 0.8rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .ab-title .desc {
    font-size: 0.24rem;
    line-height: 2;
  }
  .about-ys li {
    width: 33.333%;
  }
  .about-ys li .num {
    font-size: 36px;
  }
  .about-ys li p {
    line-height: 1.5;
  }
  .about-wb {
    display: block;
  }
  .about-wb .item {
    width: 100%;
  }
  .cq-tab span {
    margin: 0 0.2rem;
    font-size: 0.26rem;
  }
  .swiper-cq {
    width: 100%;
  }
  .swiper-wb {
    width: 100%;
  }
  .about-wb .item {
    padding: 0 0.2rem 0.3rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0.2rem;
  }
  .history {
    padding: 0.5rem 0;
  }
  .history .tit img {
    height: 1rem;
  }
  .history .tit h5 {
    font-size: 30px;
  }
  .history .items {
    padding: 1rem 0 0.5rem;
  }
  .history .item {
    margin-bottom: 0.3rem;
  }
  .history .item .txt {
    padding: 0 0.2rem;
  }
  .history .item .txt .time {
    font-size: 30px;
  }
  .history .item .txt .desc {
    font-size: 0.28rem;
    line-height: 2;
  }
  .honor-content {
    padding: 0 0.2rem 0.4rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .honor-content .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
  }
  .honor-content .item:nth-child(2n) {
    margin-right: 0;
  }
  .honor-content .item .img {
    height: 140px;
  }
  .honor-content .item .txt {
    padding: 0.3rem 0.2rem;
  }
  .cul-sm {
    margin: 30px auto 0;
  }
  .cul-sm .tit .desc {
    white-space: nowrap;
  }
  .cul-sm .img img {
    height: 4rem;
    object-fit: cover;
  }
  .cul-qy {
    display: block;
  }
  .cul-qy .item {
    width: 100%;
  }
  .sys {
    width: 100%;
    padding: 0.5rem 0.2rem 0.9rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .sys .desc {
    font-size: 0.24rem;
    line-height: 2;
  }
  .news .items {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .news .item {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .news .item:nth-child(3n) {
    margin-right: 0;
  }
  .news .item .txt .t {
    width: 80%;
  }
  .width1300 {
    width: 100%;
  }
  .news-detail {
    margin-top: -60px;
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .news-detail .content {
    padding: 0.35rem 0.2rem;
  }
  .news-detail .titer h5 {
    font-size: 18px;
  }
  .news-detail .titer .basic span {
    font-size: 0.24rem;
  }
  .news-detail .desc {
    font-size: 0.24rem;
  }
  .remond {
    padding: 0 0.2rem;
  }
  .remond .tit {
    padding: 0.4rem 0;
  }
  .remond .tit .y {
    font-size: 36px;
  }
  .remond .tit h5 {
    font-size: 20px;
  }
  .remond li {
    margin-bottom: 0.4rem;
  }
  .remond li .img {
    margin-bottom: 0.2rem;
  }
  .remond li .time {
    font-size: 0.36rem;
  }
  .remond li h6 {
    font-size: 0.3rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .recruit {
    padding: 0.5rem 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .recruit .tit {
    padding: 0.3rem 0.2rem;
    font-size: 0.26rem;
    line-height: 1.8;
  }
  .recruit .items {
    padding: 0.4rem 0.1rem 0.6rem;
  }
  .recruit .item .titer {
    padding: 0 0.2rem;
  }
  .recruit .item .titer .flex {
    display: block;
  }
  .recruit .item .titer h6 {
    font-size: 0.3rem;
    margin-right: 0.2rem;
    white-space: nowrap;
    line-height: 0.6rem;
  }
  .recruit .item .titer p {
    font-size: 0.26rem;
    white-space: nowrap;
    line-height: 0.6rem;
  }
  .recruit .item .desc {
    padding: 0.3rem 0.2rem;
  }
  .contact {
    padding: 0.6rem 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .contact .txt {
    padding: 0.3rem 0.2rem;
    height: auto;
  }
  .contact .txt h5 {
    font-size: 0.36rem;
  }
  .contact .txt .y {
    font-size: 0.26rem;
  }
  .contact .txt .p p {
    font-size: 0.3rem;
    line-height: 2;
  }
  .my-map {
    height: 260px;
  }
  .pro-h2 {
    font-size: 0.48rem;
  }
  .pto-title h5 {
    font-size: 0.4rem;
  }
  .pto-title .y {
    font-size: 0.32rem;
  }
  .pro-sys {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pro-sys .item .tit h6 {
    font-size: 0.3rem;
  }
  .pro-sys .item .tit p {
    font-size: 0.24rem;
  }
  .pro-sys .items {
    padding: 0 0 0.7rem;
  }
  .pro-two .pto-title {
    padding: 0.9rem 0 0.5rem;
  }
  .pro-two {
    padding: 0 0.2rem 0.4rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pro-two .item {
    padding: 0 0.2rem 0.35rem;
  }
  .pro-two .item .tit h6 {
    font-size: 0.36rem;
  }
  .pro-two .item .tit p {
    font-size: 0.3rem;
  }
  .pro-two .item li .cir {
    width: 2rem;
    height: 2rem;
    padding: 0.2rem;
  }
  .pro-two .item li .icon {
    top: 45px;
    margin-left: 2px;
  }
  .pro-two .item li p {
    font-size: 0.3rem;
  }
  .pro-two .item .img {
    height: 2.2rem;
  }
  .pro-two .item .p {
    font-size: 0.3rem;
  }
  .pro-two .item .tits h6 {
    font-size: 0.3rem;
  }
  .pro-two .item .tits .con {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .pro-plat {
    padding: 0 0.2rem 0.7rem;
  }
  .pro-plat .pto-title {
    padding: 0.85rem 0 0.3rem;
  }
  .pro-plat .width1400.flex-between {
    display: block;
  }
  .pro-plat .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .pro-norm {
    padding: 0 0 0.65rem;
  }
  .pro-norm table th {
    font-size: 0.26rem;
  }
  .pro-norm table td {
    font-size: 0.24rem;
  }
  .pro-terminal {
    padding: 0 0.2rem 0.7rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pro-terminal .pto-title {
    padding: 0.9rem 0 0.6rem;
  }
  .pro-terminal .item {
    padding: 0.25rem 0.2rem;
  }
  .pro-terminal .item .txt h6 {
    font-size: 0.3rem;
  }
  .pro-terminal .norm {
    padding: 0 0.2rem 0.3rem;
  }
  .pro-terminal .norm table th {
    font-size: 0.28rem;
  }
  .pro-terminal .norm table td {
    font-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .pro-matching {
    padding: 0.58rem 0.2rem 0.48rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pro-matching .item.flex-between {
    display: block;
    margin-bottom: 0.4rem;
    padding: 0.3rem 0.2rem;
  }
  .pro-matching .item .txt {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .pro-matching .item .txt h6 {
    padding: 0.4rem 0 0.3rem;
    font-size: 0.36rem;
  }
  .pro-matching .item .txt .desc {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.2rem;
    margin-bottom: 0.35rem;
  }
  .pro-matching .item .img {
    width: 100%;
    height: 170px;
  }
  .pro-matching-detail {
    padding: 0.5rem 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pro-matching-detail .content {
    padding: 0.5rem 0.2rem 0.8rem;
  }
  .pro-matching-detail .content h5 {
    font-size: 0.4rem;
  }
  .pro-matching-detail .content .desc {
    font-size: 0.24rem;
    line-height: 2;
  }
  .appliance {
    padding: 0 0.2rem 0.6rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .appliance .item .img {
    height: 240px;
  }
  .appliance .item .txt {
    padding: 0 5%;
    bottom: 0.3rem;
  }
  .appliance .item .txt h6 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .appliance .item .txt .desc {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .appli-detail {
    margin-top: 0;
  }
  .appli-head.flex-between {
    display: block;
    margin-bottom: 0.2rem;
    padding: 0.6rem 0.2rem;
  }
  .appli-head .txt {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .appli-head .txt .desc {
    font-size: 0.24rem;
    line-height: 2;
  }
  .appli-head .img {
    width: 100%;
    height: 200px;
  }
  .appli-method {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .appli-method .item.flex {
    display: block;
  }
  .appli-method .item .img {
    width: 100%;
    height: 200px;
    margin-bottom: 0.2rem;
  }
  .appli-method .item .txt {
    width: 100%;
  }
  .appli-method .item .txt h6 {
    font-size: 0.32rem;
  }
  .appli-case {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .appli-case .app-title {
    padding: 0.8rem 0 0.5rem;
  }
  .swiper-case .swiper-slide .img {
    height: 4rem;
  }
  .swiper-case .swiper-slide h6 {
    font-size: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .swiper-case {
    height: 340px;
  }
  .swiper-case .swiper-slide .d {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 0.24rem;
  }
  .video {
    padding: 0 0.2rem 0.58rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .video .item {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0.5rem !important;
  }
  .video .item .img .play {
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .video .item h6 {
    font-size: 0.3rem;
    line-height: 0.8rem;
  }
  .ser-model .ser-title {
    padding: 0.76rem 0 0.62rem;
  }
  .ser-title h5 {
    font-size: 0.4rem;
  }
  .ser-title .y {
    font-size: 0.32rem;
  }
  .ser-title .desc {
    font-size: 0.28rem;
  }
  .ser-model .items,
  .ser-staff .items {
    width: 100%;
  }
  .ser-model {
    padding: 0 0.2rem 0.3rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .ser-model .items.flex-between {
    display: block;
  }
  .ser-model .item {
    width: 100%;
  }
  .ser-model .item .icon {
    margin-bottom: 0.2rem;
  }
  .ser-model .item .desc {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: auto;
    padding: 0 0 0.2rem;
  }
  .ser-qua {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .ser-qua .ser-title {
    padding: 0.45rem 0 0.6rem;
  }
  .ser-qua .item {
    width: 49%;
  }
  .ser-qua .item .txt .desc {
    font-size: 0.24rem;
  }
  .ser-staff {
    padding: 0 0.2rem 0.8rem;
  }
  .ser-staff .items.flex-between {
    display: block;
  }
  .ser-staff .item {
    width: 100%;
  }
  .ser-staff .ser-title {
    padding: 0.69rem 0 0.6rem;
  }
  .ser-staff .item .desc {
    font-size: 0.26rem;
    line-height: 1.5;
  }
  .ser-staff .item {
    margin-bottom: 0.3rem;
  }
  .question {
    padding: 0.25rem 0.2rem 0.4rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .question .width1400.flex-between {
    display: block;
  }
  .ques-nav {
    width: 100%;
    padding: 0.25rem 0.4rem;
    margin-bottom: 0.4rem;
  }
  .ques-nav a {
    font-size: 0.3rem;
    line-height: 0.8rem;
  }
  .ques-content {
    width: 100%;
    padding: 0 0.2rem 0.6rem;
  }
  .ques-content .t {
    padding: 0.5rem 0 0.2rem;
    font-size: 0.48rem;
  }
  .ques-content .item .titer h6 {
    max-width: 90%;
  }
}
